/* Banner 样式 CSS 代码 */
.sidebanner-rightint2 {
  position: relative;
}

.sidebanner-rightint2 img {
  width: 100%;
}

.sidebanner-rightint2 .txt {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.sidebanner-rightint2 .txt::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.sidebanner-rightint2 .container {
  position: relative;
  z-index: 1;
}

.sidebanner-rightint2 h1,
.sidebanner-rightint2 h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  font-family: var(--font-family-1, var(--font-family, Rajdhani));
  text-shadow: 2px 2px 4px #666;
}

.sidebanner-rightint2 p {
  color: #fff;
  font-size: 15px;
  margin: 15px 0 0 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-shadow: 2px 2px 4px #666;
}

.sidebanner-rightint2 p i {
  font-size: 15px;
  color: #fff;
}

.sidebanner-rightint2 p a {
  color: #fff;
  text-shadow: 2px 2px 4px #666;
}

@media screen and (max-width: 768px) {
  .sidebanner-rightint2 .txt {
    text-align: center;
  }

  .sidebanner-rightint2 h1,
  .sidebanner-rightint2 h2 {
    font-size: 30px;
    line-height: 1;
  }

  .sidebanner-rightint2 p {
    margin: 10px 0 0;
  }
}

@media screen and (max-width: 576px) {
  .sidebanner-rightint2 h1,
  .sidebanner-rightint2 h2 {
    font-size: 26px;
  }
}

@media screen and (max-width: 480px) {
  .sidebanner-rightint2 h1,
  .sidebanner-rightint2 h2 {
    font-size: 22px;
  }
}
  /* 产品部分样式 CSS 代码 */

.guanxiang-goods-iso h3 {
    color: #212121;
    font-weight: normal;
}

.guanxiang-goods-iso .lg-03 li {
    width: 31%;
}

.guanxiang-goods-iso h3,
.guanxiang-goods-iso h3 a {
    font-size: 20px;
}

.guanxiang-goods-iso .lg-03 li {
    margin-left: 0.9%;
}

.guanxiang-goods-iso .lg-03 li:nth-child(3n+1) {
    margin-left: 0;
}

.guanxiang-goods-iso .title {
    width: 94%;
    margin: 0 auto;
    margin-top: -10px;
    text-align: center;
}

.guanxiang-goods-iso .title h2,
.guanxiang-goods-iso .title h2 a {
    font-size: 36px;
    line-height: 52px;
}

.guanxiang-goods-iso img {
    vertical-align: middle;
}

.guanxiang-goods-iso p {
    margin-top: 20px;
    line-height: 30px;
}

.guanxiang-goods-iso {
    padding-top: 100px;
}

.guanxiang-goods-iso .container {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.guanxiang-goods-iso ul li {
    margin-top: 40px;
    text-align: center;
}

.guanxiang-goods-iso ul li span {
    display: block;
    border: 1px solid #eee;
    overflow: hidden;
}

.guanxiang-goods-iso ul li span img {
    width: 100%;
    transition: transform 0.3s ease;
}

.guanxiang-goods-iso ul li span img:hover {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

.guanxiang-goods-iso ul li h3 {
    margin-top: 25px;
}

.guanxiang-goods-iso ul li h3 a {
    color: #212121;
    text-decoration: none;
}

.guanxiang-goods-iso ul li h3 a:hover {
    color: var(--color-primary, #555653);
}

/* ============================================
   响应式样式
   ============================================ */

@media screen and (max-width: 1580px) {
    .guanxiang-goods-iso {
        padding-top: 80px;
    }

    .guanxiang-goods-iso .title p {
        font-size: 16px;
    }

    .guanxiang-goods-iso .title h2,
    .guanxiang-goods-iso .title h2 a {
        font-size: 34px;
    }

    .guanxiang-goods-iso p {
        font-size: 15px;
        line-height: 26px;
    }
}

@media screen and (max-width: 1400px) {
    .guanxiang-goods-iso .title h2,
    .guanxiang-goods-iso .title h2 a {
        font-size: 34px;
    }

    .guanxiang-goods-iso p {
        line-height: 24px;
    }
}

@media screen and (max-width: 1280px) {
    .guanxiang-goods-iso {
        padding-top: 70px;
    }

    .guanxiang-goods-iso .title h2,
    .guanxiang-goods-iso .title h2 a {
        font-size: 32px;
        line-height: 42px;
    }
}

@media screen and (max-width: 960px) {
    .guanxiang-goods-iso {
        padding-top: 50px;
    }

    .guanxiang-goods-iso .lg-03 li {
        width: 100%;
        margin-left: 0;
    }

    .guanxiang-goods-iso ul li {
        margin-top: 30px;
    }

    .guanxiang-goods-iso .title {
        width: 100%;
    }
}

/* Benefits 部分样式 CSS 代码 */

.reantaly-features-hilight-block {
  padding: 90px 0 90px 0;
  position: relative;
}

@media (max-width: 767px) {
  .reantaly-features-hilight-block {
    padding: 30px 0;
  }
}

@media (min-width: 992px) {
  .reantaly-features-hilight-block .align-items-center .title-view {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 25%;
    width: 50%;
  }
}

.reantaly-features-hilight-block .align-items-center .title-view .subtitle {
  display: inline-block;
  font-weight: bold;
  color: var(--color-primary, #555653);
  background: rgba(3, 27, 78, 0.05);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 2px 10px;
  margin-bottom: 5px;
}

.reantaly-features-hilight-block .align-items-center .title-view h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 42px;
  letter-spacing: -1.8px;
  line-height: 50px;
  font-weight: 600;
  color: var(--title-text-color, #000);
}

@media (max-width: 767px) {
  .reantaly-features-hilight-block .align-items-center .title-view h2 {
    font-size: 30px;
    padding: 0 15px;
  }
}

.reantaly-features-hilight-block .align-items-center .title-view p {
  margin-bottom: 20px;
  margin-top: 0;
  color: var(--text-color, #666);
  line-height: 1.6;
}

@media (max-width: 767px) {
  .reantaly-features-hilight-block .align-items-center .title-view p {
    line-height: 1.3;
  }
}

.reantaly-features-hilight-block .align-items-center .title-view .spacer-20 {
  width: 100%;
  height: 20px;
  display: block;
  clear: both;
}

@media (max-width: 767px) {
  .reantaly-features-hilight-block .align-items-center .title-view .spacer-20 {
    height: 0;
  }
}

.reantaly-features-hilight-block .align-items-center .clearfix {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}

.reantaly-features-hilight-block .align-items-center .box-icon {
  padding: 0;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  line-height: 1.6em;
  visibility: visible;
  margin-bottom: 20px;
  color: var(--text-color, #666);
  position: relative;
}

.reantaly-features-hilight-block .align-items-center .box-icon.s2 .d-inner {
  padding-left: 70px;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .reantaly-features-hilight-block .align-items-center .box-icon.s2 .d-inner {
    line-height: 1.3;
  }
}

.reantaly-features-hilight-block .align-items-center .box-icon.s2 .fa-img {
  position: absolute;
  width: 54px;
  height: 54px;
  padding: 10px;
  text-align: center;
  color: #ffffff;
  border-radius: 5px;
  background: var(--color-primary, #555653);
}

.reantaly-features-hilight-block .align-items-center .box-icon.s2 .fa-img .fa {
  margin: auto;
  height: 32px;
}

.reantaly-features-hilight-block .align-items-center .box-icon.s2 .fa-img .fa img {
  height: 32px;
  width: auto;
}

.reantaly-features-hilight-block .align-items-center .box-icon.s2.d-invert .d-inner {
  padding: 0;
  padding-right: 70px;
  text-align: right;
}

.reantaly-features-hilight-block .align-items-center .box-icon.s2.d-invert .fa-img {
  right: 0;
}

.reantaly-features-hilight-block .align-items-center .box-icon.p-small {
  font-size: 15px;
}

.reantaly-features-hilight-block .align-items-center .box-icon .d-inner {
  padding-left: 56px;
}

.reantaly-features-hilight-block .align-items-center .box-icon h4 {
  font-size: 17px;
  margin-bottom: 3px;
  color: var(--title-text-color, #000);
  font-weight: 600;
  line-height: 26px;
}

.reantaly-features-hilight-block .align-items-center .main-img {
  display: flex;
  justify-content: center;
}

.reantaly-features-hilight-block .align-items-center .main-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}





  /* Benefits 部分样式 CSS 代码 */

.san-about-choose.margin-top {
    margin-top: 100px;
  }
  
  .san-about-choose.padding {
    padding: 100px 0;
  }
  
  .san-about-choose p {
    margin-top: 20px;
    font-size: 16px;
    font-family: var(--font-family, Rajdhani);
    color: #666;
    line-height: 30px;
  }
  
  .san-about-choose .wpb {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  
  .san-about-choose .lg-03 li {
    width: 31%;
  }
  
  .san-about-choose .lg-03 li {
    margin-left: 2.33%;
  }
  
  .san-about-choose .lg-03 li:nth-child(3n + 1) {
    margin-left: 0;
  }
  
  .san-about-choose {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  
  .san-about-choose .title {
    margin: -10px auto 0;
    text-align: center;
  }
  
  .san-about-choose ul {
    margin-top: 10px;
  }
  
  .san-about-choose .wp {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .san-about-choose li {
    margin-top: 30px;
    padding: 50px 30px;
    background: var(--color-primary, #555653);
    text-align: center;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    transition: 0.3s all;
  }
  
  .san-about-choose li:hover {
    background: var(--color-second, var(--color-primary, #555653));
  }
  
  .san-about-choose li:hover span {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
  }
  
  .san-about-choose li span {
    display: block;
    font-size: 90px;
    color: #fff;
    line-height: 70px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
  }
  
  .san-about-choose li span img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 90px;
  }
  
  .san-about-choose li:nth-child(2) span {
    font-size: 80px;
  }
  
  .san-about-choose li:nth-child(2) span img {
    max-height: 80px;
  }
  
  .san-about-choose li:nth-child(3) span {
    font-size: 60px;
  }
  
  .san-about-choose li:nth-child(3) span img {
    max-height: 60px;
  }
  
  .san-about-choose li:nth-child(4) span {
    font-size: 80px;
  }
  
  .san-about-choose li:nth-child(4) span img {
    max-height: 80px;
  }
  
  .san-about-choose li h3 {
    margin-top: 35px;
    color: #fff;
    font-weight: 700;
    font-family: var(--title-font-family, Rajdhani_Bold);
    font-size: 24px;
  }
  
  .san-about-choose li p {
    margin-top: 30px;
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
  }
  

  
  @media screen and (max-width: 960px) {
    .san-about-choose .wpb {
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      justify-content: space-between;
    }
  
    .san-about-choose .lg-03 li {
      width: 100%;
      margin-left: 0;
    }
  
    .san-about-choose.padding-top {
      padding-top: 50px;
    }
  
    .san-about-choose.padding {
      padding: 50px 0;
    }
  
    .san-about-choose.margin-top {
      margin-top: 50px;
    }
  }
  
  @media screen and (max-width: 768px) {
    .san-about-choose .title h2 {
      font-size: 40px !important;
    }
  
    .san-about-choose li {
      padding: 40px 20px;
    }
  
    .san-about-choose li h3 {
      font-size: 18px;
    }
  
    .san-about-choose li p {
      font-size: 14px;
    }
  }
  
  @media screen and (max-width: 480px) {
    .san-about-choose .title h2 {
      font-size: 32px !important;
    }
  
    .san-about-choose li {
      padding: 30px 15px;
    }
  
    .san-about-choose li span img {
      max-height: 60px;
    }
  }


  /*为什么选择我们 样式代码*/

:root {
  --bobo-pic-text2-p: 100px 0;
  --bobo-pic-text2-title-size: 36px;
  --bobo-pic-text2-text-size: 18px;
  --bobo-pic-text2-text-mt: 35px;
  --bobo-pic-text2-gap: 100px;
  --bobo-pic-text2-li-gap: 66px;
}

.bobo-pic-text2 {
  padding: var(--bobo-pic-text2-p);
}

.bobo-pic-text2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bobo-pic-text2 ul li {
  display: flex;
  align-items: center;
}

.bobo-pic-text2 ul li+li {
  margin-top: var(--bobo-pic-text2-gap);
}

.bobo-pic-text2 ul li .pic {
  width: 512px;
  flex-shrink: 0;
}

.bobo-pic-text2 ul li .pic img {
  width: 100%;
  aspect-ratio: 512 / 320;
  object-fit: cover;
  display: block;
}

.bobo-pic-text2 ul li .txt {
  flex: 1;
  -webkit-flex: 1;
  display: flex;
  flex-direction: column;
}

.bobo-pic-text2 ul li .txt h2 {
  font-size: var(--bobo-pic-text2-title-size);
  line-height: 1;
  color: var(--title-text-color, #000);
  font-weight: 700;
  margin: 0;
  font-family: var(--title-font-family, var(--font-family, Rajdhani));
}

.bobo-pic-text2 ul li .txt .t {
  margin-top: var(--bobo-pic-text2-text-mt);
  font-size: var(--bobo-pic-text2-text-size);
  line-height: 2;
  color: var(--text-color, #666);
}

.bobo-pic-text2 ul li .txt .t p {
  margin: 0;
}


.bobo-pic-text2 ul li:nth-child(2n + 1) {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}

.bobo-pic-text2 ul li:nth-child(2n + 1) .txt {
  margin-right: var(--bobo-pic-text2-li-gap);
}


.bobo-pic-text2 ul li:nth-child(2n) .txt {
  margin-left: var(--bobo-pic-text2-li-gap);
}



@media screen and (max-width: 1500px) {
  :root {
    --bobo-pic-text2-p: 85px 0;
    --bobo-pic-text2-title-size: 32px;
    --bobo-pic-text2-text-size: 16px;
    --bobo-pic-text2-text-mt: 30px;
    --bobo-pic-text2-gap: 80px;
    --bobo-pic-text2-li-gap: 56px;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --bobo-pic-text2-p: 70px 0;
    --bobo-pic-text2-title-size: 28px;
    --bobo-pic-text2-text-size: 14px;
    --bobo-pic-text2-text-mt: 30px;
    --bobo-pic-text2-gap: 60px;
    --bobo-pic-text2-li-gap: 46px;
  }
}

@media screen and (max-width: 1200px) {
  :root {
    --bobo-pic-text2-p: 55px 0;
    --bobo-pic-text2-title-size: 24px;
    --bobo-pic-text2-text-mt: 30px;
    --bobo-pic-text2-gap: 60px;
    --bobo-pic-text2-li-gap: 40px;
  }
}

@media screen and (max-width: 992px) {
  :root {
    --bobo-pic-text2-p: 70px 0;
    --bobo-pic-text2-title-size: 28px;
    --bobo-pic-text2-text-mt: 30px;
    --bobo-pic-text2-gap: 60px;
    --bobo-pic-text2-li-gap: 0;
  }

  .bobo-pic-text2 ul li {
    flex-direction: column !important;
  }

  .bobo-pic-text2 ul li .pic {
    width: 100%;
  }

  .bobo-pic-text2 ul li .txt {
    margin-top: 30px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .bobo-pic-text2 ul li .txt h2 {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  :root {
    --bobo-pic-text2-p: 50px 0;
    --bobo-pic-text2-title-size: 24px;
    --bobo-pic-text2-text-mt: 25px;
    --bobo-pic-text2-gap: 40px;
    --bobo-pic-text2-li-gap: 0;
  }
}

@media screen and (max-width: 576px) {
  :root {
    --bobo-pic-text2-p: 30px 0;
    --bobo-pic-text2-title-size: 24px;
    --bobo-pic-text2-text-size: 14px;
    --bobo-pic-text2-text-mt: 15px;
    --bobo-pic-text2-gap: 20px;
    --bobo-pic-text2-li-gap: 0;
  }

  .bobo-pic-text2 ul li .txt {
    margin-top: 20px;
  }
}


/* ORIGO, your trusted partner 部分样式 CSS 代码 */


.rightint-agent {
    padding: 70px 0;
    background-size: cover;
    background-position: center;
  }
  
  .rightint-agent .container {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
  
  .rightint-agent .txt {
    width: 50%;
  }
  
  .rightint-agent .txt h3 {
    font-size: 32px;
    line-height: 1;
    text-transform: uppercase;
    color: #3b3535;
    font-weight: 600;
    margin: 0;
  }
  
  .rightint-agent .txt .t {
    margin: 20px 0 0;
    font-size: 20px;
    color: #333;
    line-height: 30px;
  }
  
  .rightint-agent .txt .t p {
    margin: 0;
  }
  
  .rightint-agent .txt .t p ~ p {
    margin-top: 15px;
  }
  
  .rightint-agent .txt .t strong {
    font-weight: 600;
    color: #3b3535;
  }
  
  .rightint-agent .more {
    width: 50%;
    text-align: right;
  }
  
  .rightint-agent .more a {
    width: 210px;
    height: 65px;
    line-height: 65px;
    display: inline-block;
    background: var(--color-primary, #555653);
    border-radius: var(--button-radius, 10px);
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  
  .rightint-agent .more a:hover {
    background: none;
    color: var(--color-primary, #555653);
    border: 1px solid var(--color-primary, #555653);
  }
  

  @media screen and (max-width: 768px) {
    .rightint-agent {
      padding: 30px 0;
    }
  
    .rightint-agent .txt h3 {
      text-align: center;
      font-size: 30px;
    }
  
    .rightint-agent .container {
      display: block;
    }
  
    .rightint-agent .txt {
      width: 100%;
    }
  
    .rightint-agent .txt .t {
      font-size: 17px;
      line-height: 24px;
    }
  
    .rightint-agent .more {
      width: 100%;
      text-align: center;
      margin-top: 25px;
    }
  
    .rightint-agent .more a {
      width: 170px;
      height: 40px;
      line-height: 40px;
      font-size: 16px;
    }
  }
  
  @media screen and (max-width: 480px) {
    .rightint-agent .txt h3 {
      font-size: 22px;
    }
  }
  



  /* Our Lastest News 部分样式 CSS 代码 */

.derun-news {
    padding: 73px 0 0;
  }
  
  .derun-news .tit {
    text-align: center;
  }
  
  .derun-news .tit em {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 3px;
    color: var(--color-primary, #555653);
  }
  
  .derun-news .tit h3 {
    font-size: 60px;
    line-height: 1;
    color: var(--title-text-color, #000);
    font-weight: 700;
    margin: 10px 0 0;
  }
  
  .derun-news .list {
    position: relative;
    margin: 30px 0 0;
  }
  
  .derun-news .swiper-slide {
    padding: 15px 15px 28px;
    box-sizing: border-box;
  }
  
  .derun-news .swiper-slide .box {
    border-radius: 18px;
    background: #f6f6f6;
    transition: all 0.3s ease;
  }
  
  .derun-news .swiper-slide .pic {
    display: block;
    overflow: hidden;
    width: 100%;
    border-radius: 18px 18px 0 0;
  }
  
  .derun-news .swiper-slide .pic img {
    width: 100%;
    display: block;
    transition: all 0.3s ease 0s;
  }
  
  .derun-news .swiper-slide .t {
    height: 250px;
    padding: 45px 18px 45px;
    border-radius: 0 0 18px 18px;
    text-align: center;
    position: relative;
  }
  
  .derun-news .swiper-slide .t span {
    width: 150px;
    height: 44px;
    line-height: 44px;
    background: var(--color-primary, #555653);
    border-radius: 35px;
    font-size: 18px;
    color: #fff;
    display: block;
    position: absolute;
    top: -22px;
    left: calc(50% - 75px);
    z-index: 20;
  }
  
  .derun-news .swiper-slide .t h5 {
    font-size: 24px;
    font-weight: 600;
    color: #070707;
    line-height: 27px;
    overflow: hidden;
    margin: 0;
  }
  
  .derun-news .swiper-slide .t h5 a {
    color: #070707;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  
  .derun-news .swiper-slide .t h5 a:hover {
    color: var(--color-primary, #555653);
  }
  
  .derun-news .swiper-slide .t p {
    font-size: 17px;
    color: #474747;
    margin: 20px 0 0;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
  }
  
  .derun-news .swiper-slide .t .more {
    position: absolute;
    bottom: -25px;
    left: 20%;
    z-index: 20;
    display: inline-block;
    width: 60%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: var(--color-primary, #555653);
    font-size: 20px;
    text-align: center;
    text-decoration: none;

    transition: all 0.3s ease;
  }
  
  .derun-news .swiper-slide .t .more:hover {
    background: #287f13;
  }
  
  /* 悬停效果 */
  .derun-news .swiper-slide:hover .pic img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  
  .derun-news .swiper-slide:hover .box {
    background: #fff;
    box-shadow: 0 0 15px rgba(1, 1, 1, 0.17);
  }
  
  .derun-news .swiper-slide:hover .t span {
    background: var(--btn-hover, #555653);
  }
  
  .derun-news .swiper-slide:hover .t h5 a {
    color: var(--btn-hover, #555653);
  }
  
  .derun-news .swiper-slide:hover .t .more {
    background: var(--btn-hover, #555653);
  }
  
  /* 分页器样式 */
  .derun-news .swiper-pagination-bullets {
    position: static;
    margin-top: 40px;
  }
  
  .derun-news .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    text-align: center;
    opacity: 1;
    background: var(--color-primary, #555653);
  }
  
  .derun-news .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: var(--color-primary, #555653);
    opacity: 0.6;
  }

  
  @media screen and (max-width: 1440px) {
    .derun-news .tit h3 {
      font-size: 50px;
    }
  }
  
  @media screen and (max-width: 1280px) {
    .derun-news .tit h3 {
      font-size: 40px;
    }
  
    .derun-news .swiper-slide .t h5 {
      font-size: 20px;
      line-height: 24px;
    }
  
    .derun-news .swiper-slide .t p {
      font-size: 15px;
      margin: 10px 0 0;
      line-height: 20px;
      height: 40px;
    }
  
    .derun-news .swiper-slide .t .more {
      bottom: -20px;
      left: 25%;
      width: 50%;
      height: 40px;
      line-height: 40px;
      font-size: 18px;
    }
  }
  
  @media screen and (max-width: 768px) {
    .derun-news {
      padding: 30px 0;
    }
  
    .derun-news .container {
      -webkit-flex-direction: column;
      flex-direction: column;
    }
  
    .derun-news .swiper-slide .t p {
      font-size: 14px;
    }
  }
  
  @media screen and (max-width: 480px) {
    .derun-news .tit h3 {
      font-size: 24px;
    }
  }
  